projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
653aea2
)
(Defining Minor Modes): The keyword for the initial value is
author
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 27 Jul 2005 15:30:42 +0000
(15:30 +0000)
committer
Luc Teirlinck
<teirllm@auburn.edu>
Wed, 27 Jul 2005 15:30:42 +0000
(15:30 +0000)
:init-value, not :initial-value.
lispref/modes.texi
patch
|
blob
|
history
diff --git
a/lispref/modes.texi
b/lispref/modes.texi
index 132c309cb963e39771e6e481fe8b3d5c96bd99e2..053e7a511e80116c47de5a23025f0f43141d6e7b 100644
(file)
--- a/
lispref/modes.texi
+++ b/
lispref/modes.texi
@@
-1472,7
+1472,7
@@
When Hungry mode is enabled, the control delete key
gobbles all preceding whitespace except the last.
See the command \\[hungry-electric-delete]."
;; The initial value.
- :init
ial
-value nil
+ :init-value nil
;; The indicator for the mode line.
:lighter " Hungry"
;; The minor mode bindings.